-
-
Notifications
You must be signed in to change notification settings - Fork 11
Update 1 NuGet dependencies #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 1 NuGet dependencies #68
Conversation
Bumps Nerdbank.GitVersioning from 3.6.146 to 3.7.112</br> [version update] ###⚠️ This is an automated update.⚠️
WalkthroughThe changes in this pull request involve an update to the Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
🔇 Additional comments (1)nanoFramework.Hardware.Esp32.Rmt/packages.lock.json (1)
The dependency update from Nerdbank.GitVersioning 3.6.146 to 3.7.112 looks correct with matching requested and resolved versions. Since this is a minor version bump (3.6.x -> 3.7.x), it would be good to verify the changelog for any potential breaking changes. Let's verify the changelog and release notes: ✅ Verification successful✅ Safe to update - No breaking changes identified After reviewing the release notes between v3.6.146 and v3.7.112, the changes are primarily improvements and bug fixes:
The update is safe to proceed with. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Fetch release notes between the old and new versions to check for breaking changes
# Fetch release notes for the version range
gh release list --repo dotnet/Nerdbank.GitVersioning \
--limit 100 | grep -E "v3\.[67]\."
Length of output: 781 Script: #!/bin/bash
# Description: Fetch detailed release notes for the latest stable versions to check for breaking changes
# Fetch release notes for v3.7.112 (new version)
echo "=== Release notes for v3.7.112 ==="
gh release view v3.7.112 --repo dotnet/Nerdbank.GitVersioning
# Fetch release notes for v3.6.146 (old version)
echo -e "\n=== Release notes for v3.6.146 ==="
gh release view v3.6.146 --repo dotnet/Nerdbank.GitVersioning
Length of output: 4037 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|



Bumps Nerdbank.GitVersioning from 3.6.146 to 3.7.112
[version update]
Summary by CodeRabbit
Nerdbank.GitVersioningfrom3.6.146to3.7.112.